-
- 0 views
- 2 answers
- 0 votes
-
- 355 views
- 0 answers
- 0 votes
-
Hey guys so I’m plotting some data and I have the following. x=projected_data.T[0][0:1000] y=projected_data.T[1][0:1000] plt.scatter(x,y,c=labels[0:1000],label = labels ) plt.legend() This …
- 353 views
- 0 answers
- 0 votes
-
- 331 views
- 3 answers
- 0 votes